home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / dev / links.dxr / 00032_teksten.ls < prev    next >
Encoding:
Text File  |  2002-01-09  |  137 b   |  15 lines

  1. property spriteNum
  2.  
  3. on mouseUp me
  4.   cursor(-1)
  5.   go(spriteNum - 20)
  6. end
  7.  
  8. on mouseEnter
  9.   cursor(280)
  10. end
  11.  
  12. on mouseLeave
  13.   cursor(-1)
  14. end
  15.